home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / prtfrm51.zip / FRMSRC.ZIP / FDEMO06.DFM / FDEMO06.txt
Text File  |  1996-06-20  |  8KB  |  333 lines

  1. object Form06: TForm06
  2.   Left = 139
  3.   Top = 203
  4.   Width = 605
  5.   Height = 466
  6.   ActiveControl = Panel1
  7.   Caption = 'Form06'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 597
  20.     Height = 41
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object DBNavigator: TDBNavigator
  24.       Left = 10
  25.       Top = 6
  26.       Width = 291
  27.       Height = 31
  28.       DataSource = DataSource1
  29.       Ctl3D = False
  30.       ParentCtl3D = False
  31.       TabOrder = 0
  32.     end
  33.     object View: TBitBtn
  34.       Left = 404
  35.       Top = 4
  36.       Width = 89
  37.       Height = 33
  38.       Caption = '&View'
  39.       TabOrder = 1
  40.       OnClick = ViewClick
  41.     end
  42.     object Exit: TBitBtn
  43.       Left = 500
  44.       Top = 4
  45.       Width = 89
  46.       Height = 33
  47.       Caption = '&Exit'
  48.       ModalResult = 2
  49.       TabOrder = 2
  50.       OnClick = ExitClick
  51.     end
  52.   end
  53.   object Panel2: TPanel
  54.     Left = 0
  55.     Top = 41
  56.     Width = 597
  57.     Height = 398
  58.     Align = alClient
  59.     BevelInner = bvLowered
  60.     BorderWidth = 4
  61.     Caption = 'Panel2'
  62.     TabOrder = 1
  63.     object ScrollBox: TScrollBox
  64.       Left = 6
  65.       Top = 6
  66.       Width = 585
  67.       Height = 386
  68.       HorzScrollBar.Margin = 6
  69.       HorzScrollBar.Range = 310
  70.       VertScrollBar.Margin = 6
  71.       VertScrollBar.Range = 186
  72.       Align = alClient
  73.       AutoScroll = False
  74.       TabOrder = 0
  75.       object Label1: TLabel
  76.         Left = 8
  77.         Top = 6
  78.         Width = 71
  79.         Height = 16
  80.         Caption = 'Species No'
  81.         FocusControl = EditSpeciesNo
  82.       end
  83.       object Label2: TLabel
  84.         Left = 91
  85.         Top = 6
  86.         Width = 55
  87.         Height = 16
  88.         Caption = 'Category'
  89.         FocusControl = EditCategory
  90.       end
  91.       object Label3: TLabel
  92.         Left = 8
  93.         Top = 50
  94.         Width = 98
  95.         Height = 16
  96.         Caption = 'Common_Name'
  97.         FocusControl = EditCommon_Name
  98.       end
  99.       object Label4: TLabel
  100.         Left = 8
  101.         Top = 94
  102.         Width = 90
  103.         Height = 16
  104.         Caption = 'Species Name'
  105.         FocusControl = EditSpeciesName
  106.       end
  107.       object Label5: TLabel
  108.         Left = 8
  109.         Top = 138
  110.         Width = 69
  111.         Height = 16
  112.         Caption = 'Length (cm)'
  113.         FocusControl = EditLengthcm
  114.       end
  115.       object Label6: TLabel
  116.         Left = 90
  117.         Top = 138
  118.         Width = 57
  119.         Height = 16
  120.         Caption = 'Length_In'
  121.         FocusControl = EditLength_In
  122.       end
  123.       object EditSpeciesNo: TDBEdit
  124.         Left = 8
  125.         Top = 24
  126.         Width = 70
  127.         Height = 24
  128.         Color = clSilver
  129.         DataField = 'Species No'
  130.         DataSource = DataSource1
  131.         Font.Color = clWhite
  132.         Font.Height = -13
  133.         Font.Name = 'Arial'
  134.         Font.Style = []
  135.         MaxLength = 0
  136.         ParentFont = False
  137.         TabOrder = 0
  138.       end
  139.       object EditCategory: TDBEdit
  140.         Left = 91
  141.         Top = 24
  142.         Width = 105
  143.         Height = 24
  144.         Color = clSilver
  145.         DataField = 'Category'
  146.         DataSource = DataSource1
  147.         Font.Color = clWhite
  148.         Font.Height = -13
  149.         Font.Name = 'Arial'
  150.         Font.Style = []
  151.         MaxLength = 15
  152.         ParentFont = False
  153.         TabOrder = 1
  154.       end
  155.       object EditCommon_Name: TDBEdit
  156.         Left = 8
  157.         Top = 68
  158.         Width = 210
  159.         Height = 24
  160.         Color = clSilver
  161.         DataField = 'Common_Name'
  162.         DataSource = DataSource1
  163.         Font.Color = clWhite
  164.         Font.Height = -13
  165.         Font.Name = 'Arial'
  166.         Font.Style = []
  167.         MaxLength = 30
  168.         ParentFont = False
  169.         TabOrder = 2
  170.       end
  171.       object EditSpeciesName: TDBEdit
  172.         Left = 8
  173.         Top = 112
  174.         Width = 280
  175.         Height = 24
  176.         Color = clSilver
  177.         DataField = 'Species Name'
  178.         DataSource = DataSource1
  179.         Font.Color = clWhite
  180.         Font.Height = -13
  181.         Font.Name = 'Arial'
  182.         Font.Style = []
  183.         MaxLength = 40
  184.         ParentFont = False
  185.         TabOrder = 3
  186.       end
  187.       object EditLengthcm: TDBEdit
  188.         Left = 8
  189.         Top = 156
  190.         Width = 70
  191.         Height = 24
  192.         Color = clSilver
  193.         DataField = 'Length (cm)'
  194.         DataSource = DataSource1
  195.         Font.Color = clWhite
  196.         Font.Height = -13
  197.         Font.Name = 'Arial'
  198.         Font.Style = []
  199.         MaxLength = 0
  200.         ParentFont = False
  201.         TabOrder = 4
  202.       end
  203.       object EditLength_In: TDBEdit
  204.         Left = 90
  205.         Top = 156
  206.         Width = 143
  207.         Height = 24
  208.         Color = clSilver
  209.         DataField = 'Length_In'
  210.         DataSource = DataSource1
  211.         Font.Color = clWhite
  212.         Font.Height = -13
  213.         Font.Name = 'Arial'
  214.         Font.Style = []
  215.         MaxLength = 0
  216.         ParentFont = False
  217.         TabOrder = 5
  218.       end
  219.       object DBImage1: TDBImage
  220.         Left = 304
  221.         Top = 8
  222.         Width = 273
  223.         Height = 177
  224.         DataField = 'Graphic'
  225.         DataSource = DataSource1
  226.         TabOrder = 6
  227.       end
  228.       object DBMemo1: TDBMemo
  229.         Left = 8
  230.         Top = 196
  231.         Width = 569
  232.         Height = 173
  233.         Color = clWhite
  234.         DataField = 'Notes'
  235.         DataSource = DataSource1
  236.         Font.Color = clBlack
  237.         Font.Height = -13
  238.         Font.Name = 'Arial'
  239.         Font.Style = []
  240.         ParentFont = False
  241.         TabOrder = 7
  242.       end
  243.     end
  244.   end
  245.   object DataSource1: TDataSource
  246.     DataSet = Table1
  247.     Left = 287
  248.     Top = 5
  249.   end
  250.   object Table1: TTable
  251.     Active = True
  252.     DatabaseName = 'DBDEMOS'
  253.     TableName = 'biolife.db'
  254.     Left = 260
  255.     Top = 5
  256.     object Table1SpeciesNo: TFloatField
  257.       FieldName = 'Species No'
  258.     end
  259.     object Table1Category: TStringField
  260.       FieldName = 'Category'
  261.       Size = 15
  262.     end
  263.     object Table1Common_Name: TStringField
  264.       FieldName = 'Common_Name'
  265.       Size = 30
  266.     end
  267.     object Table1SpeciesName: TStringField
  268.       FieldName = 'Species Name'
  269.       Size = 40
  270.     end
  271.     object Table1Lengthcm: TFloatField
  272.       FieldName = 'Length (cm)'
  273.     end
  274.     object Table1Length_In: TFloatField
  275.       FieldName = 'Length_In'
  276.       DisplayFormat = '#####'
  277.     end
  278.     object Table1Notes: TMemoField
  279.       FieldName = 'Notes'
  280.       Size = 50
  281.     end
  282.     object Table1Graphic: TGraphicField
  283.       FieldName = 'Graphic'
  284.     end
  285.   end
  286.   object PrintWin1: TPrintWin
  287.     HeaderFont.Color = clBlack
  288.     HeaderFont.Height = -23
  289.     HeaderFont.Name = 'Arial'
  290.     HeaderFont.Style = []
  291.     FooterFont.Color = clWindowText
  292.     FooterFont.Height = 12
  293.     FooterFont.Name = 'Arial'
  294.     FooterFont.Style = []
  295.     FrameObjects = True
  296.     clBtnFaceAsWhite = True
  297.     DateTimeStampEnabled = True
  298.     PageNumberEnabled = True
  299.     OutputTo = poViewer
  300.     Orientation = Default
  301.     Units = poInches
  302.     ViewButtonVisible = False
  303.     LineWidth = 0
  304.     GridBackDrop = False
  305.     GridBackDropUnits = poInches
  306.     ZoomPercentage = 100.000000000000000000
  307.     HeaderTop = 0.500000000000000000
  308.     HeaderLeft = 0.500000000000000000
  309.     HeaderStringLeft = 'The Fish Demo'
  310.     HeaderStringCenter = 'Header'
  311.     HeaderStringRight = 'PrintIt Demo'
  312.     HeaderEnabled = True
  313.     HeaderOutlined = True
  314.     HeaderFilled = False
  315.     TextColor = clBlack
  316.     ViewBkColor = 11234567
  317.     ViewHeading = 'Printit Viewer'
  318.     HeadingColor = clSilver
  319.     FrameStyle = frThin
  320.     FooterTop = 25.130000000000000000
  321.     FooterString = 'Footer String'
  322.     FooterEnabled = True
  323.     FooterOutlined = True
  324.     FooterFilled = False
  325.     FixSansSerif = True
  326.     BorderLeft = 0.500000000000000000
  327.     BorderRight = 0.500000000000000000
  328.     LineSpacing = 2.800000000000000000
  329.     Left = 352
  330.     Top = 12
  331.   end
  332. end
  333.